home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2004 August / CyberMycha 08-2004 (Poland).bin / Shareware / BALLOONrain.exe / Doc / subSilver.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-06-22  |  3.6 KB  |  107 lines

  1. /*
  2.   The original subSilver Theme for phpBB version 2+
  3.   Created by subBlue design
  4.   http://www.subBlue.com
  5. */
  6.  
  7.  
  8.  /* General page style. The scroll bar colours only visible in IE5.5+ */
  9. body {
  10.     background-color: #EFF2F4;
  11.     scrollbar-face-color: #DEE3E7;
  12.     scrollbar-highlight-color: #FFFFFF;
  13.     scrollbar-shadow-color: #BEC3C7;
  14.     scrollbar-3dlight-color: #D1D7DC;
  15.     scrollbar-arrow-color:  #006699;
  16.     scrollbar-track-color: #F2FAFF;
  17.     scrollbar-darkshadow-color: #788A91;
  18. }
  19.  
  20. /* General font families for common tags */
  21. font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
  22. a:link,a:active,a:visited { color : #006699; }
  23. a:hover        { text-decoration: underline; color : #DD6900; }
  24. /*hr    { height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}*/
  25. hr    {
  26.     height: 4px;
  27.     border-top: 2px outset #8FAFBF;
  28.     color: #EFFAFF;
  29. }
  30.  
  31.  
  32. /* This is the border line & background colour round the entire page */
  33. .bodyline    { background-color: #FFFFFF; border: 1px #98AAB1 solid; }
  34.  
  35. /* This is the outline round the main forum tables */
  36. .forumline    { background-color: #FFFFFF; border: 2px #006699 solid; }
  37.  
  38.  
  39. /* Main table cell colours and backgrounds */
  40. td.row1    { background-color: #EFEFEF; }
  41. td.row2    { background-color: #DEE3E7; }
  42. td.row3    { background-color: #D1D7DC; }
  43.  
  44.  
  45. /*
  46.   This is for the table cell above the Topics, Post & Last posts on the index.php page
  47.   By default this is the fading out gradiated silver background.
  48.   However, you could replace this with a bitmap specific for each forum
  49. */
  50. td.rowpic {
  51.         background-color: #FFFFFF;
  52.         background-image: url(images/cellpic2.jpg);
  53.         background-repeat: repeat-y;
  54. }
  55.  
  56. /* Header cells - the blue and silver gradient backgrounds */
  57. th    {
  58.     color: #FFA34F; font-size: 11px; font-weight : bold;
  59.     background-color: #006699; height: 25px;
  60.     background-image: url(images/cellpic3.gif);
  61. }
  62.  
  63. td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
  64.             background-image: url(images/cellpic1.gif);
  65.             background-color:#D1D7DC; border: #FFFFFF; border-style: solid; height: 28px;
  66. }
  67.  
  68.  
  69. /*
  70.   Setting additional nice inner borders for the main table cells.
  71.   The names indicate which sides the border will be on.
  72.   Don't worry if you don't understand this, just ignore it :-)
  73. */
  74. td.cat,td.catHead,td.catBottom {
  75.     height: 29px;
  76.     border-width: 0px 0px 0px 0px;
  77. }
  78. th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
  79.     font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px; }
  80. td.row3Right,td.spaceRow {
  81.     background-color: #D1D7DC; border: #FFFFFF; border-style: solid; }
  82.  
  83. th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
  84. th.thSides,td.catSides,td.spaceRow     { border-width: 0px 1px 0px 1px; }
  85. th.thRight,td.catRight,td.row3Right     { border-width: 0px 1px 0px 0px; }
  86. th.thLeft,td.catLeft      { border-width: 0px 0px 0px 1px; }
  87. th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
  88. th.thTop     { border-width: 1px 0px 0px 0px; }
  89. th.thCornerL { border-width: 1px 0px 0px 1px; }
  90. th.thCornerR { border-width: 1px 1px 0px 0px; }
  91.  
  92.  
  93. /* The largest text used in the index page title and toptic title etc. */
  94. .maintitle,h1,h2    {
  95.             font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
  96.             text-decoration: none; line-height : 120%; color : #000000;
  97. }
  98.  
  99.  
  100. /* General text */
  101. .gen { font-size : 12px; }
  102. .genmed { font-size : 11px; }
  103. .gensmall { font-size : 10px; }
  104. .gen,.genmed,.gensmall { color : #000000; }
  105. a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; }
  106. a.gen:hover,a.genmed:hover,a.gensmall:hover    { color: #DD6900; text-decoration: underline; }
  107.